From eb5c5353ca09a0af9f9fd4b1f1e48147d62e86cf Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 16 Sep 2024 19:14:19 +0200 Subject: [PATCH] Revert "tools build: Clean CFLAGS and LDFLAGS for fixdep" This reverts commit 5725dd8fa888b4dcdff58241f9d3d3ac42a048e2. That was a workaround for the bug fixed by commit 6b3db6f9b970 "tools build: Make fixdep a hostprog" and is no longer needed. Signed-off-by: Ben Hutchings Gbp-Pq: Topic bugfix/all Gbp-Pq: Name revert-tools-build-clean-cflags-and-ldflags-for-fixdep.patch --- tools/build/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/Makefile.include b/tools/build/Makefile.include index 8dadaa0fbb4..52c802a389c 100644 --- a/tools/build/Makefile.include +++ b/tools/build/Makefile.include @@ -2,7 +2,7 @@ build := -f $(srctree)/tools/build/Makefile.build dir=. obj fixdep: - $(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep + $(Q)$(MAKE) -C $(srctree)/tools/build $(OUTPUT)fixdep fixdep-clean: $(Q)$(MAKE) -C $(srctree)/tools/build clean -- 2.30.2